659da0
@@ -117,8 +117,8 @@
public interface HTableInterface {
    * @return The data coming from the specified rows, if it exists.  If the row
    *         specified doesn't exist, the {@link Result} instance returned won't
    *         contain any {@link KeyValue}, as indicated by {@link Result#isEmpty()}.
-   *         A null in the return array means that the get operation for that
-   *         Get failed, even after retries.
+   *         If there are any failures even after retries, there will be a null in
+   *         the results array for those Gets, AND an exception will be thrown.
    * @throws IOException if a remote or network exception occurs.
    *
    * @since 0.90.0
